home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / create / fuzzyrows < prev    next >
Text File  |  1999-06-15  |  762b  |  44 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: NHVBLEND.8BF
  4.  
  5. CATEGORY: 
  6. Neology
  7.  
  8. TITLE:    
  9. H/V-Blender
  10.  
  11. COPYRIGHT:
  12. Copyright ) 1996-7 by Werner D. Streidt
  13. 100526.16@compuserve.com
  14.  
  15. AUTHOR:   
  16. Werner D. Streidt
  17.  
  18. Map 0: [Map 0:]
  19. Map 1: [Map 1:]
  20. Map 2: [Map 2:]
  21. Map 3: [Map 3:]
  22.  
  23. Control 0: [Blend amount]
  24. Control 1: [Toggle horiz/vertic]
  25. Control 2: [Red start value]
  26. Control 3: [Red end value]
  27. Control 4: [Green start value]
  28. Control 5: [Green end value]
  29. Control 6: [Blue start value]
  30. Control 7: [Blue end value]
  31.  
  32. R=
  33. scl(ctl(1)<127?(x*ctl(0)*256/X)%256:(y*ctl(0)*256/Y)%256,0,255,ctl(2),ctl(3))
  34.  
  35. G=
  36. scl(ctl(1)<127?(x*ctl(0)*256/X)%256:(y*ctl(0)*256/Y)%256,0,255,ctl(4),ctl(5))
  37.  
  38. B=
  39. scl(ctl(1)<127?(x*ctl(0)*256/X)%256:(y*ctl(0)*256/Y)%256,0,255,ctl(6),ctl(7))
  40.  
  41. A=
  42. a
  43.  
  44.